Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CombineWarpCommand Constructor(RasterImage,LeadPoint[],LeadRect,CombineWarpCommandFlags)








The destination image for the command.
An array that contains the four points that define the warp area in the destination image.
Defines the area of the source image to be warped.
Flags that indicate the type of interpolation to use, if interpolation is used.
Initializes a new instance of the CombineFastCommand with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal destinationPoints() As LeadPoint, _
   ByVal sourceRectangle As LeadRect, _
   ByVal flags As CombineWarpCommandFlags _
)
'Usage
 
Dim destinationImage As RasterImage
Dim destinationPoints() As LeadPoint
Dim sourceRectangle As LeadRect
Dim flags As CombineWarpCommandFlags
 
Dim instance As New CombineWarpCommand(destinationImage, destinationPoints, sourceRectangle, flags)
- (instancetype)initWithDestinationImage:(LTRasterImage *)destinationImage 
                       destinationPoints:(LeadPoint[4])destinationPoints 
                         sourceRectangle:(LeadRect)sourceRectangle 
                                   flags:(LTCombineWarpCommandFlags)flags
            
function CombineWarpCommand( 
   destinationImage ,
   destinationPoints ,
   sourceRectangle ,
   flags 
)

Parameters

destinationImage
The destination image for the command.
destinationPoints
An array that contains the four points that define the warp area in the destination image.
sourceRectangle
Defines the area of the source image to be warped.
flags
Flags that indicate the type of interpolation to use, if interpolation is used.
Remarks
destinationImage will hold the result of combing this image with the image passed to the Run method.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members
Overload List

Error processing SSI file